Skip to content

Commit f901a4c

Browse files
docs: update Angular CLI help [main] (angular#60471)
Updated Angular CLI help contents. PR Close angular#60471
1 parent ee008b6 commit f901a4c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "011a80ab829e9db59528b59979340a97310f14e5"
3+
"sha": "e63caf9748a286fcc65aa9b7351de82bed8ab7bf"
44
}

adev/src/content/cli/help/generate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,11 @@
472472
"type": "boolean",
473473
"default": true,
474474
"description": "Generate a standalone directive. Standalone directives are self-contained and don't need to be declared in an NgModule. They can be used independently or imported directly into other standalone components or directives."
475+
},
476+
{
477+
"name": "type",
478+
"type": "string",
479+
"description": "Append a custom type to the directive's filename. For example, if you set the type to `directive`, the file will be named `example.directive.ts`."
475480
}
476481
],
477482
"aliases": [

0 commit comments

Comments
 (0)