We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8363a commit 9b70fdaCopy full SHA for 9b70fda
packages/@angular/cli/commands/generate.ts
@@ -57,6 +57,7 @@ const aliasMap: { [alias: string]: string } = {
57
'c': 'component',
58
'd': 'directive',
59
'e': 'enum',
60
+ 'g': 'guard',
61
'i': 'interface',
62
'm': 'module',
63
'p': 'pipe',
0 commit comments