Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 17 update #1221

Merged
merged 15 commits into from
Jan 24, 2024
4,876 changes: 4,876 additions & 0 deletions .nx/cache/file-map.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/cache/lockfile.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8354431940391750716
33 changes: 33 additions & 0 deletions .nx/cache/nx-console-project-graph/project-graph.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en" class="h-full w-full overflow-hidden">
<head>
<meta charset="utf-8" />
<title>Nx Workspace Project Graph</title>


<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<script id="environment" src="static/environment.js"></script>

<!-- Theming -->
<script>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if (
localStorage.getItem('nx-dep-graph-theme') === 'dark' ||
(localStorage.getItem('nx-dep-graph-theme') === null &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
</script>
<link rel="stylesheet" href="static/styles.css"></head>

<body
class="h-full w-full overflow-hidden bg-white text-slate-500 dark:bg-slate-900 dark:text-slate-400"
>
<div class="flex h-full w-full overflow-hidden p-0" id="app"></div>
<script src="static/runtime.js" ></script><script src="static/polyfills.js" ></script><script src="static/styles.js" ></script><script src="static/main.js" ></script></body>
</html>
715 changes: 715 additions & 0 deletions .nx/cache/nx-console-project-graph/static/3rdpartylicenses.txt

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions .nx/cache/nx-console-project-graph/static/environment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
window.exclude = [];
window.watch = false;
window.environment = 'release';
window.localMode = 'build';

window.appConfig = {
showDebugger: false,
showExperimentalFeatures: false,
workspaces: [
{
id: 'local',
label: 'local',
projectGraphUrl: 'project-graph.json',
taskGraphUrl: 'task-graph.json',
taskInputsUrl: 'task-inputs.json',
sourceMapsUrl: 'source-maps.json'
}
],
defaultWorkspaceId: 'local',
};
window.projectGraphResponse = {"hash":"3e525a61b53cf9894581f0b5aee98457168f1d26e2e337cf33bb7e8171eb4af5","projects":[],"dependencies":{},"fileMap":{},"layout":{"appsDir":"apps","libsDir":"libs"},"affected":[],"focus":null,"groupByFolder":false,"exclude":[]};
window.taskGraphResponse = {"taskGraphs":{},"errors":{},"plans":{}};
window.expandedTaskInputsResponse = {};window.sourceMapsResponse = {};
Binary file not shown.
1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/polyfills.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .nx/cache/nx-console-project-graph/static/styles.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/styles.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added .nx/cache/nx_files.nxt
Binary file not shown.
Loading
Loading