From f02be58aa95f8023905d69e9a2ee4a54e1b53c8f Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 18 Mar 2026 20:05:40 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/cli/_build-info.json | 2 +- adev/src/content/cli/generate.json | 4 ++-- adev/src/content/cli/new.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adev/src/content/cli/_build-info.json b/adev/src/content/cli/_build-info.json index aad16c1ee6e..fe27ca6e2fe 100644 --- a/adev/src/content/cli/_build-info.json +++ b/adev/src/content/cli/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "b616cc0b9af3ef1a4233e2594a7562875afb1bfb" + "sha": "244a45c5eaa021707f738b49748be309a006b552" } \ No newline at end of file diff --git a/adev/src/content/cli/generate.json b/adev/src/content/cli/generate.json index 81f0ec64e24..3320b1e99e7 100644 --- a/adev/src/content/cli/generate.json +++ b/adev/src/content/cli/generate.json @@ -109,7 +109,7 @@ "aliases": [ "s" ], - "description": "Include the styles for the root component directly within the `app.component.ts` file. Only CSS styles can be included inline. By default, a separate stylesheet file (e.g., `app.component.css`) is created." + "description": "Include the styles for the root component directly within the `app.ts` file. Only CSS styles can be included inline. By default, a separate stylesheet file (e.g., `app.css`) is created." }, { "name": "inline-template", @@ -117,7 +117,7 @@ "aliases": [ "t" ], - "description": "Include the HTML template for the root component directly within the `app.component.ts` file. By default, a separate template file (e.g., `app.component.html`) is created." + "description": "Include the HTML template for the root component directly within the `app.ts` file. By default, a separate template file (e.g., `app.html`) is created." }, { "name": "minimal", diff --git a/adev/src/content/cli/new.json b/adev/src/content/cli/new.json index a4345b245b5..73d26561c1e 100644 --- a/adev/src/content/cli/new.json +++ b/adev/src/content/cli/new.json @@ -91,7 +91,7 @@ "aliases": [ "s" ], - "description": "Include the styles for the initial application's root component directly within the `app.component.ts` file. By default, a separate stylesheet file (e.g., `app.component.css`) is created." + "description": "Include the styles for the initial application's root component directly within the `app.ts` file. By default, a separate stylesheet file (e.g., `app.css`) is created." }, { "name": "inline-template", @@ -99,7 +99,7 @@ "aliases": [ "t" ], - "description": "Include the HTML template for the initial application's root component directly within the `app.component.ts` file. By default, a separate template file (e.g., `app.component.html`) is created." + "description": "Include the HTML template for the initial application's root component directly within the `app.ts` file. By default, a separate template file (e.g., `app.html`) is created." }, { "name": "interactive",